home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8204 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: info-server.bbn.com!cherniac
  2. From: cherniac@bbn.com (Natasha Cherniack)
  3. Newsgroups: comp.lang.c++
  4. Subject: Any library classes that do timers/callbacks out there?
  5. Date: 15 Feb 1996 19:00:29 GMT
  6. Organization: Bolt Beranek and Newman (BBN)
  7. Message-ID: <4fvvsd$13v@info-server.bbn.com>
  8. NNTP-Posting-Host: strawberry.bbn.com
  9.  
  10.  
  11. Does anyone know of any library classes that are available to the
  12. general public that support either a) (preferably) callback routines to
  13. (member) functions or b) multiple timer/alarm capabilities per process.
  14.  
  15. I'm using the SPARCworks compiler (v3.0.1) on Solaris 2.4 which does
  16. support the Rogue Wave library classes, but I haven't found anything
  17. in the manual which supports what I'm trying to do.  What I'm
  18. envisioning is a "timer" class which would support callbacks which my
  19. class would derive from in order to use its capabilities.  This would
  20. hopefully avoid all the dire warnings in the FAQ about using member
  21. functions for callback routines.  Does such a class exist?  How's
  22. about a class which implements a subset of these capabilities?  If
  23. not, any words of wisodm from other's who have (tried to) implement
  24. this?  Any advice, pointers, or condolences are welcome.
  25.  
  26. Please respond via email to cherniack@bbn.com
  27. Thanks for your help!
  28.  
  29. Natasha Cherniack 
  30. cherniack@bbn.com
  31.